﻿footer {
  margin: 0;
  padding: 0;
}

/* ********** 閫氭爮 ********** */
.column {
  width: 985px;
  margin: 0 auto;
}

.column2 {
  width: 950px;
  margin: 0 auto;
}

.col-l {
  float: left;
}

.col-r {
  float: right;
}

/* ********** shortcut ***********/
.f-l {
  float: left;
}

.f-r {
  float: right;
}

.ov {
  overflow: hidden;
  zoom: 1;
}

.clear,
.hr-h15 {
  clear: both;
}

.hr-h15 {
  height: 15px;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.b {
  font-weight: bold;
}

.ti2 {
  text-indent: 2em;
}

.t-c {
  text-align: center;
}

.notxt {
  text-indent: -9999px;
  display: block;
}

.inline {
  _display: inline;
}

.center {
  margin: 0 auto;
}

.mar-t-10 {
  margin-top: 10px;
}

.mar-r-10 {
  margin-right: 10px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.lh-22-ico li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  zoom: 1;
}

.lh-22-ico .ico {
  margin-top: 9px;
}

.lh-22-ico .ico2 {
  margin-top: 4px;
}

.lh-24-ico li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  zoom: 1;
}

.lh-24-ico .ico3 {
  margin-top: 7px;
  margin-right: 9px;
}

.lh-24-ico .ico {
  margin-top: 10px;
}

.lh-26-ico .ico {
  margin-top: 12px;
}

.lh-26-ico li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  zoom: 1;
}













/* ss */
body {
  width: 100%;
}

.allCommonWidth {
  width: 1206px;
  margin: 0 auto;
  background: #EBEBEB;
}

.allCommonWidth .design-width {
  width: 1206px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.allCommonWidth .top-header {
  height: 104.3px;
}

.allCommonWidth .top-header .headerLeft {
  padding-left: 40px;
  box-sizing: border-box;
}

.allCommonWidth .top-header .headerLeft .logoImg {
  width: auto;
  height: auto;
}

.allCommonWidth .top-header .headerLeft .logoImg img {
  width: 100%;
  height: 100%;
}

.allCommonWidth .top-header .headerRight .inpButton {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.allCommonWidth .top-header .headerRight .searchBox {
  display: flex;
  justify-content: flex-end;;
  align-items: center;
  position: relative;
    top: 8px;
}

.allCommonWidth .top-header .headerRight .inpButton input {
  width: 183px;
  height: 29px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #E9EAEF;
}

.allCommonWidth .top-header .headerRight .inpButton button {
  width: 31px;
  height: 28px;
  background: #7D7D7D;
  border-radius: 0px 4px 4px 0px;
  border: none;
  padding-right: 10px;
}

.allCommonWidth .top-header .headerRight .inpButton button i {
  color: #fff;
}

.allCommonWidth .top-header .headerRight {
 
  align-items: center;
  float:right;
  width:612px;
  margin-right:35px;
  margin-top:-15px;
}
.allCommonWidth .top-header .headerRight ul{
     padding-right: 0;
  box-sizing: border-box;
  display: flex;
}
.allCommonWidth .top-header .headerRight ul li {
 min-width: 90px;
  height: 28px;
  padding:0 0 0 11px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
	background: url(images/index_li.jpg)  center right no-repeat;
}

.allCommonWidth .top-header .headerRight li:hover{
  cursor:pointer;
}
.allCommonWidth .top-header .headerRight li:hover > img{
  display: block;
}
.allCommonWidth .top-header .headerRight li>img{
 z-index:999;
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
}
.allCommonWidth .top-header .headerRight li:nth-child(2)>img{
 left:30px;
}
.allCommonWidth .top-header .headerRight li:nth-child(3)>img{
 left:-95px;
}

.allCommonWidth .top-header .headerRight li div {
  display: flex;
  align-items: center;
 text-align: center;
 justify-content: space-around;
    width: 100%;

}

.allCommonWidth .top-header .headerRight li div span {
	font-size:14px;
    margin: 0 ;
 
}
.allCommonWidth .top-header .headerRight li div .indexdown{
	 margin: 0 7px; 
 }
.nav-list {
  width: 1206px;
  margin: 0 auto;
  background: #E62837;
}

.nav-list .navWidth {
  width: 100%;
  height: 40px;
  color: #fff;
  box-sizing: border-box;
}

.nav-list .navWidth .list {
  width: 100%;
  height: 100%;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.nav-list .navWidth .list li {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
margin: 0;
}
.nav-list .navWidth .list li.span{
    width: 75px;
    text-align-last: justify;
text-align: justify;
text-justify: distribute;
}
.nav-list .navWidth .list li a {
  color: #fff;
  font-size: 16px;
  font-weight:bold;
}

.nav-list .secondNav {
  width: 100%;
  height: 76px;
 
  box-sizing: border-box;
  background: #EBEBEB;
}

.nav-list .secondNav .second-nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nav-list .secondNav .second-nav .secul {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; */
}
.nav-list .secondNav .second-nav .secul:first-child{
    padding-top:5px;
}
.nav-list .secondNav .second-nav .secul li {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0px 10px;
}
.nav-list .secondNav .second-nav .secul li.span a {
 /*width:42px;*/
 text-align-last:justify;
text-align: justify;
text-justify: distribute;
}
.nav-list .secondNav .second-nav .secul li a {
  font-size: 16px;
  color: #7d7d7d;
  margin-right: 0;
  
}

.nav-list .secondNav .second-nav .secul li a:hover {
  color: #E62837;
}

.nav-list .secondNav .second-nav .secul1 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
}

.nav-list .secondNav .second-nav .secul1 li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  /* padding-right: 50px; */
  padding: 0px 15px;
}

.nav-list .secondNav .second-nav .secul1 li a {
  font-size: 14px;
  color: #7d7d7d;
  margin-right: 0;
}

.nav-list .secondNav .second-nav .secul1 li a:hover {
  color: #E62837;
}

.nav-list .secondNav a {
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  line-height: 0.7rem;
  margin-right: 0.4rem;
}

.footer {
  width: 1206px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 15px;
}

.footer .guanyuwomen .textMe {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.footer .guanyuwomen .textMe li {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.footer .guanyuwomen .textMe .lastLi {
  border: 0;
}

.footer .guanyuwomen .textPic {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.footer .guanyuwomen .textPic li img {
  width: 150px;
}

.footer .guanyuwomen .bottom-us {
  margin-top: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.footer .guanyuwomen .bottom-us p {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.footer .guanyuwomen .bg-fff {
  background-color: #fff;
}

.footer .guanyuwomen .ft-sz-14 {
  font-size: 12px;
}
.nav li {
    float: left;
    overflow: hidden;
    /*margin: 0 4px 0 22px;*/
    /*padding-top: 12px;*/
    display: inline;
}

.nav p a {
    line-height: 18px;
    font-size: 14px;
}

.nav li.bd {
    width: 2px;
    height: 38px;
    margin: 6px 0 0 19px;
    background: url(images/m-ico-png32.png) -20px 0 no-repeat;
}
/*页脚*/

.footer {
    width: 985px;
    margin: 0 auto;
    overflow: hidden;
    background: #fcfcfc;
    border-bottom: 1px #000 solid;
    font-size:12px;
}

.footer .nav1 {
    height: 30px;
    overflow: hidden;
    background: #a6a6a6;
}

.footer ul {
    width: 790px;
    margin: 0 auto;
    overflow: hidden;
}

.footer li {
    float: left;
    overflow: hidden;
    margin: 0 5px;
    display: inline;
    line-height: 30px;
}

.footer .nav2 ul {
    width: 610px;
}

.footer .nav2 li {
    margin: 0 6px;
    line-height: 40px;
}

.footer-bottom {
    padding-bottom: 5px;
}

.footer-bottom .cont {
    float: left;
    overflow: hidden;
}

.footer p {
    text-align: center;
    line-height: 20px;
    width: 513px;
}

.footer-bottom .cont img {
    vertical-align: bottom;
}

.footer-bottom .f-l {
    margin: 13px 0 0 100px;
    display: inline;
        width: 128px;
}

.footer-bottom .f-r {
    margin: 45px 130px 0 0;
    display: inline;
}

.certificates {
    width: 985px;
    padding: 10px 0px;
    text-align: center
}

.certificates img {
    padding: 0 10px;
}
/*# sourceMappingURL=common.css.map */